getCountry

abstract fun getCountry(): String

Gets the country name or code. It is recommended to use ISO 3166-1 alpha-2 codes (e.g., "US", "CA") if possible.

Return

The country name or code, or null/empty if not specified.